home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-05-25 | 299 b | 14 lines |
- #
- # Imakefile for xwator, by Ron Record
- #
- DEPLIBS = $(DEPXLIB)
- LOCAL_LIBRARIES = XmClientLibs
- SYS_LIBRARIES = -lm
- SRCS = xwator.c
- OBJS = xwator.o
-
- ComplexProgramTarget(xwator)
-
- InstallProgram(xwator, /usr/skunk/bin/X11)
- InstallManPage(xwator, /usr/skunk/man/man.1)
-